home *** CD-ROM | disk | FTP | other *** search
/ PC Media 4 / PC MEDIA CD04.iso / share / prog / pcl4c42 / modem_io.h < prev    next >
Encoding:
Text File  |  1994-07-28  |  200 b   |  9 lines

  1. /* modem_io.h */
  2.  
  3. int  ModemSendTo(int,int,char *);
  4. int  ModemWaitFor(int,int,int,char *);
  5. int  ModemQuiet(int,int);
  6. void ModemHangup(int);
  7. void ModemCmdState(int);
  8. void ModemEcho(int,int);
  9.